Skip to main content
POST
`POST /user/season-claim/redeem` — verifies a season-claim voucher issued by the testnet side and redeems it (merging the testnet root's XP into the caller's mainnet account), or dry-runs the entitlement when `preview` is set. Root-only, same as the issue side.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

POST /season-claim/redeem — redeem (or, with preview, dry-run) a season-claim voucher.

voucher
string
required
preview
boolean

Response

200 - application/json

Redemption outcome

status is one of "preview", "granted", or "already_claimed".

merged_xp
integer<int64>
required
multiplier_bps
integer<int32>
required
status
string
required